home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 138
/
PC Home issue 138.iso
/
Software
/
Essentials
/
Netscape
/
nim.xpi
/
bin
/
chrome
/
aim.jar
/
content
/
aim
/
aimABViewOverlay.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2001-12-21
|
307 b
|
14 lines
// keep this around (for now), as we might need it for buddy presence
// in the results pane
function OnLoadAimABViewOverlay ()
{
}
function OnUnLoadAimABViewOverlay ()
{
}
addEventListener("load", OnLoadAimABViewOverlay, false);
addEventListener("unload", OnUnLoadAimABViewOverlay, false);